From: Stefan Monnier Date: Tue, 16 Mar 2004 15:20:17 +0000 (+0000) Subject: (vc-arch-workfile-unchanged-p): Define to avoid dup-diff. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23667 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=33bdd0573d0975e84169da35a9011a1a86d60b62;p=emacs.git (vc-arch-workfile-unchanged-p): Define to avoid dup-diff. --- diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el index 555d49b65fb..2ce5ef67656 100644 --- a/lisp/vc-arch.el +++ b/lisp/vc-arch.el @@ -122,6 +122,11 @@ ;; Strip the terminating newline. (buffer-substring (point-min) (1- (point-max))))))))) +(defun vc-arch-workfile-unchanged-p (file) + "Check if FILE is unchanged by diffing against the master version. +Return non-nil if FILE is unchanged." + nil) + (defun vc-arch-state (file) ;; There's no checkout operation and merging is not done from VC ;; so the only operation that's state dependent that VC supports is commit